VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Data Namespace / VintasoftBufferedStream Class / Write Methods / Write(Byte[],Int32,Int32) Method
Синтаксис Требования Смотрите также
В этом разделе
    Write(Byte[],Int32,Int32) Метод (VintasoftBufferedStream)
    В этом разделе
    Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
    Синтаксис
    'Declaration
    
    Public Overloads Overrides Sub Write( _
    ByVal buffer
    An array of bytes.
    () As Byte, _
    ByVal offset
    Offset in buffer at which to begin copying bytes to the current stream.
    As Integer, _
    ByVal count
    The number of bytes to be written to the current stream.
    As Integer _
    )
    public override void Write(
    byte[] buffer,
    int offset,
    int count
    )
    public: void Write(
    byte[]* buffer,
    int offset,
    int count
    ); override
    public:
    void Write(
    array<byte>^ buffer,
    int offset,
    int count
    ); override

    Parameters

    buffer
    An array of bytes.
    offset
    Offset in buffer at which to begin copying bytes to the current stream.
    count
    The number of bytes to be written to the current stream.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также